home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re Icons don't show up in th.3 < prev    next >
Encoding:
Internet Message Format  |  1996-07-02  |  686 b   |  [TEXT/ttxt]

  1. Subject:     Re: Icons don't show up in the menu
  2. Sent:        7/2/96 1:58 PM
  3. Received:    7/2/96 4:01 PM
  4. From:        Neal Williams, neal@corda.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >>How do I check for a key down event in ODF? I can't find any HandleKey,
  9. >or
  10. >>KeyDown methods that I can subclass, and my DoVirtualKey method is
  11. >not
  12. >>called with some command key events.
  13. >
  14. >Look at FW_MEventHandler::HandleCharKey.
  15. >
  16. >
  17.  
  18. FW_MEventHandler::HandleCharKey is not called for command-c, or command-v
  19. key events. Neither is MEventHandler::HandleVirtualKey.
  20.  
  21. Is there a method that is?
  22.  
  23. -Neal
  24.